#n_list{
    width: 100%;
}
#n_ul{
    width: 100%;
}
#n_ul>a{
    display: block;
}
.li_d{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;

}
.li_d:hover{
    background-color: #00833e;
    color: #fff;
}
#n_list>li{
    font-weight: bold;
    width: 100% ;
    list-style: none;
    margin: 10px 0;

}
#n_list a{
    text-decoration: none;
    color: grey;
}

